var background = new System.Windows.Media.MediaPlayer(); background.Open(new Uri(Application.StartupPath + @"\YourWavFile.wav")); background.Play();